home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for f3iacurt.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_IACURTOL_H = 1;
- include("real/intact/r3iacons.js")
-
-
- var R3CLID_IACURVETOOL = 681;
-
-
-
-
-
-
-
- R3IACURTOLA_Curves = 681500;
- function SetR3IACURTOLA_Curves(value) {
- R3Set(this.r3obj, R3IACURTOLA_Curves, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IACURTOLA_Curves() {
- return R3Get(this.r3obj, R3IACURTOLA_Curves, R3TID_BOOLEAN, 0);
- }
-
- R3IACURTOLA_PointsPerCurve = 681501;
- function SetR3IACURTOLA_PointsPerCurve(value) {
- R3Set(this.r3obj, R3IACURTOLA_PointsPerCurve, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IACURTOLA_PointsPerCurve() {
- return R3Get(this.r3obj, R3IACURTOLA_PointsPerCurve, R3TID_BOOLEAN, 0);
- }
-
- R3IACURTOLA_OrientationU = 681502;
- function SetR3IACURTOLA_OrientationU(value) {
- R3Set(this.r3obj, R3IACURTOLA_OrientationU, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IACURTOLA_OrientationU() {
- return R3Get(this.r3obj, R3IACURTOLA_OrientationU, R3TID_BOOLEAN, 0);
- }
-
- R3IACURTOLA_OrientationV = 681503;
- function SetR3IACURTOLA_OrientationV(value) {
- R3Set(this.r3obj, R3IACURTOLA_OrientationV, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3IACURTOLA_OrientationV() {
- return R3Get(this.r3obj, R3IACURTOLA_OrientationV, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Iacurvetool () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_IACURVETOOL, arguments);
- }
- // Methods
-
- // Attributes
- this.GetCurves=GetR3IACURTOLA_Curves;
- this.SetCurves=SetR3IACURTOLA_Curves;
- this.GetPointsPerCurve=GetR3IACURTOLA_PointsPerCurve;
- this.SetPointsPerCurve=SetR3IACURTOLA_PointsPerCurve;
- this.GetOrientationU=GetR3IACURTOLA_OrientationU;
- this.SetOrientationU=SetR3IACURTOLA_OrientationU;
- this.GetOrientationV=GetR3IACURTOLA_OrientationV;
- this.SetOrientationV=SetR3IACURTOLA_OrientationV;
- }
-
- r3Iacurvetool.prototype=new r3Iaconstructor;
- // f3iacurt.h_H